From 2d6a9990b7bc53f4eb48c10361fc6bd707dbf921 Mon Sep 17 00:00:00 2001 From: nana-4 Date: Tue, 22 Sep 2020 10:40:15 +0900 Subject: [PATCH] Adwaita: Don't restrict columnview editablelabel style to .data-table This should be available without .data-table. --- gtk/theme/Adwaita/_common.scss | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index fe5faee0df..7ffc6f2f2f 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -3149,18 +3149,18 @@ columnview { * https://gitlab.gnome.org/GNOME/gtk/-/issues/2929 * ********************************************************/ - .data-table row:not(:selected) cell editablelabel:not(.editing):focus-within { - outline: 2px solid $focus_border_color; - } +columnview row:not(:selected) cell editablelabel:not(.editing):focus-within { + outline: 2px solid $focus_border_color; +} - .data-table row:not(:selected) cell editablelabel.editing:focus-within { - outline: 2px solid $selected_bg_color; - } +columnview row:not(:selected) cell editablelabel.editing:focus-within { + outline: 2px solid $selected_bg_color; +} - .data-table row:not(:selected) cell editablelabel.editing text selection { - color: $selected_fg_color; - background-color: $selected_bg_color; - } +columnview row:not(:selected) cell editablelabel.editing text selection { + color: $selected_fg_color; + background-color: $selected_bg_color; +} /******************************************************* * Rich Lists * -- 2.30.2